Create a subdirectory in home directory and copy/create an input file inside that and then create PBS-script for the program/executable. A PBS-script is just like a shell script, with some additional PBS-specific environment definitions.
Users should have a rough idea about the amount of cpu-time their jobs will require.
#qsub my_PBS_script.cmd
based on the job requirement specified, jobs will be assigned appropriate queues
If a job goes beyond its determined cut-off cpu-time, the server will kill it
After the submission, users will get back a job-id for their job
#qstat job-id
#qdel job-id
Copyright © 2014 - All Rights Reserved - Domain Name
Template by OS Templates